home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / T / ThP301.cpt / TCL Update / TCL Diffs / CRadioGroup.p.Diff < prev    next >
Encoding:
Text File  |  1990-05-09  |  1.1 KB  |  22 lines  |  [TEXT/MPS ]

  1. File #1: Roy G. Biv:THINK P ƒ:Pascal sys:THINK Class Library:Core Files:CRadioGroup.p
  2. File #2: Roy G. Biv:THINK Class Library 1.0:Core Files:CRadioGroup.p
  3.  
  4. Nonmatching lines (File "Roy G. Biv:THINK P ƒ:Pascal sys:THINK Class Library:Core Files:CRadioGroup.p"; Line 35:43; File "Roy G. Biv:THINK Class Library 1.0:Core Files:CRadioGroup.p"; Line 35:38)
  5.   35    
  6.   36            var
  7.   37                theButtons: CCluster;       { Altered by TCL Weaver 1.0 (5/9/90) }
  8.   38    
  9.   39        begin
  10.   40            IBureaucrat(aSupervisor);       { Initialize superclass             }
  11.   41            new(theButtons);                { Create cluster for storing the group's buttons    }
  12.   42            itsButtons := theButtons;       { Altered by TCL Weaver 1.0 (5/9/90) }
  13.   43            itsButtons.ICluster;
  14.  
  15.   35        begin
  16.   36            IBureaucrat(aSupervisor);       { Initialize superclass             }
  17.   37            new(itsButtons);                    { Create cluster for storing            }
  18.   38            itsButtons.ICluster;                {   buttons belonging to the group  }
  19.  
  20.  
  21. *** EOF on both files at the same time ***
  22.